home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 16047 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.6 KB

  1. Path: news.cyberport.com!usenet
  2. From: tangent@cyberport.com (Warren Young)
  3. Newsgroups: comp.lang.c++,comp.programming
  4. Subject: Re: Young programmers read me.
  5. Date: Tue, 09 Apr 1996 08:36:27 GMT
  6. Organization: none
  7. Message-ID: <316a1f0f.997985@news.cyberport.com>
  8. References: <4icpp9$7hr@barad-dur.nas.com> <4imqe4$cj3@ping1.ping.be> <1996Mar23.224853.116513@kuhub.cc.ukans.edu> <4j52hn$ikb@news.ios.com>
  9. NNTP-Posting-Host: ppp5.cyberport.com
  10. X-Newsreader: Forte Agent .99d/32.182
  11.  
  12. danat@tribeca.ios.com (Dana Taylor) wrote:
  13.  
  14. >>Ask your teacher to stuff Pascal :-)  Seriously, learn C/C++ on your 
  15. >
  16. >Whooo! Pascal is still very much alive and growing today. In fact, one of the 
  17. >most popular new Windows development languages is Delphi (really just a Visual 
  18.  
  19. That's a different story.  In general, Pascal is a purposely
  20. underweight, emasculated language suitable only for teaching
  21. programming, and as a common ground between most modern, procedural
  22. languages.  
  23.  
  24. Borland Pascal, on the other hand, is really a C++ spin-off with
  25. different keywords and a somewhat different philosophy.  Or, it's to
  26. standard Pascal as C++ is to C, only more so.
  27.  
  28. Because of Borland, you really can't talk about C versus Pascal
  29. anymore.  You either have to talk about C++ versus Borland Pascal (a
  30. close match) or C/C++ versus some "standard" flavor of Pascal (a
  31. shoo-in for C/C++, if you're talking about professional development).
  32.  
  33. Please, no flames.  I've gone over this ground too many other times
  34. already to know that there is no "right" answer.  Choose your tools
  35. based on your philosophy and your needs.  Everything else must take a
  36. back seat to that.
  37.  
  38. = Warren --
  39.